ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartAxis<T> Class / MajorTickMarks Property

In This Topic
    MajorTickMarks Property (ChartAxis<T>)
    In This Topic
    Gets or sets the location of axis tick marks.
    Syntax
    'Declaration
     
    Public Property MajorTickMarks As AxisTickMark
    public AxisTickMark MajorTickMarks {get; set;}
    See Also